Note Feed Tool – Events
The following table lists and describes events of the Note Feed Tool.
| Event | Description |
|---|---|
|
EventInitialize runs when TheView is started in Run or Preview mode to allow further initialization for the control. |
|
|
EventNoteSelected is run after a note label is selected or cleared. SyntaxObjectCode_EventNoteSelected(NoteTag As String, SelectState As Boolean) Parameters
See also Notes. |
|
|
EventNoteUpdated runs after a note is opened from a Note Feed Tool and edited. It notifies the associated Trend Tool that a refresh is required. Syntax
Parameters
See also Notes. |
|
|
EventPointChange runs when an unrelated point is updated. This event can significantly reduce initialization time for screens that may contain objects configured for unrelated points. Unrelated points can be registered using an object’s RegisterPointForChangeNotice method, if applicable. |
|
|
EventPreToolTip gives a script writer an opportunity to create a custom tooltip via script just before the tooltip is shown, when it is needed, and not during screen initialization, which can reduce loading time. ExampleCopy
EventPreToolTip
|
|
|
EventPumpData is a legacy event, and is effectively obsolete. Do not use. In the past, this event would run when data was "pumped" to TheView. |

